Register<I>(Type) Method

Summary

Registers a type mapping with the container.

Syntax
C#
VB
C++
public static void Register<I>( 
   Type to 
) 
  
Public Overloads Shared Sub Register(Of I)( _ 
   ByVal to As Type _ 
)  
public: 
static void Registergeneric<typename I> 
(  
   Type^ to 
)  

Parameters

to
Type that will actually be returned.

Type Parameters

I
Type that will be requested.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly